Blazor コントロール
SortAsync(SortDescription[],CancellationToken) メソッド

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > C1CursorDataCollection<T,K> クラス > SortAsync メソッド : SortAsync(SortDescription[],CancellationToken) メソッド
The sort descriptions that determine how the data will be sort.
The cancellation token.
Sorts the collection according to the specified sort descriptions.
シンタックス
'宣言
 
Public Overloads Function SortAsync( _
   ByVal sortDescriptions() As SortDescription, _
   Optional ByVal cancellationToken As System.Threading.CancellationToken _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task SortAsync( 
   SortDescription[] sortDescriptions,
   System.Threading.CancellationToken cancellationToken
)

パラメータ

sortDescriptions
The sort descriptions that determine how the data will be sort.
cancellationToken
The cancellation token.
参照

C1CursorDataCollection<T,K> クラス
C1CursorDataCollection<T,K> メンバ
オーバーロード一覧